KAnnotated Element
Represents an annotated element and allows to obtain its annotations. See the Kotlin language documentation for more information.
Properties
annotations
Link copied to clipboard
Inheritors
KParameter
Link copied to clipboard
KCallable
Link copied to clipboard
KClass
Link copied to clipboard
KType
Link copied to clipboard
Extensions
find Annotation
Link copied to clipboard
Returns an annotation of the given type on this element.
has Annotation
Link copied to clipboard
Returns true if this element is annotated with an annotation of type T.